05. Make a List

Make a List

Did you know that web developers spend 67.7493% of their time looking things up?

Ok, I made up that number.

But seriously, making sense of documentation and looking up new techniques and technologies is a huge part of any web developer's work. And that's what you're going to do in this exercise.

For this exercise:

  • Notice that what you're reading right now is an unordered list :) An unordered list usually displays with bullet points.
  • Use the Mozilla Developer Network (MDN) to research unordered lists (<ul>).
  • Make an unordered list with the three web languages:
    • HTML
    • CSS
    • JavaScript

There are two types of lists - ordered lists (with numbers or letters) and unordered lists. Both of them require two kinds of elements. One is going to be nested inside the other (there will be one parent and multiple children).

How to Complete the Exercise

Look at the Workspace on this page. You'll find index.html inside. Edit index.htmlin the workspace and watch your website change in the preview panel.

I want you to: (Look! Another unordered list!)

  • Add an unordered list element with three child elements (one each for HTML, CSS, and JavaScript).

Workspace

This section contains either a workspace (it can be a Jupyter Notebook workspace or an online code editor work space, etc.) and it cannot be automatically downloaded to be generated here. Please access the classroom with your account and manually download the workspace to your local machine. Note that for some courses, Udacity upload the workspace files onto https://github.com/udacity, so you may be able to download them there.

Workspace Information:

  • Default file path:
  • Workspace type: html-live
  • Opened files (when workspace is loaded): n/a